home *** CD-ROM | disk | FTP | other *** search
/ Freelog 121 / FreelogMagazineJuilletAout2014-No121.iso / GestionFichiers / Cobian Backup / cbSetup.exe / Help / CobStyle.css < prev    next >
Cascading Style Sheet File  |  2013-03-07  |  1KB  |  89 lines

  1. ∩╗┐/* CobCSS                 */
  2. /* Version 1.0 MODIFIED           */
  3. /* ┬⌐2002-2007 by Luis Cobian   */
  4. /* All rights reserved    */
  5. /* cobian@educ.umu.se     */
  6.  
  7. body 
  8. {
  9.     background-color: #fdf0e3;
  10. }
  11.  
  12. body, div, p , table, td , img, span 
  13. {
  14.     font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  15.     font-size: 9pt;
  16.     font-style: normal;
  17.     color:#000000;
  18. }
  19.  
  20.  
  21. {
  22.     color: #000000;
  23. }
  24.  
  25. a:visited 
  26. {
  27.     color: #000000;
  28. }
  29.  
  30. a:active 
  31. {
  32.     color: #500028;
  33. }
  34.  
  35. a:hover
  36. {
  37.     text-decoration:underline;
  38. }
  39.  
  40. p {
  41.     margin-left: 0;
  42.     margin-top: 0;
  43.     margin-right: 0;
  44.     margin-bottom: 0.75em;
  45. }
  46.  
  47.  
  48. h1 
  49. {
  50.     font-family: "Arial Narrow", Verdana, Arial, Helvetica, sans-serif;
  51.     font-size: 24pt;
  52.     font-style: normal;
  53.     font-weight: normal;
  54.     margin-top: 0.75em;
  55. }
  56.  
  57. h2 
  58.     font-family: "Arial Narrow", Verdana, Arial, Helvetica, sans-serif;
  59.     font-size: 16pt;
  60.     font-style: normal;
  61.     font-weight: normal;
  62.     margin-top: 0.75em;
  63. }
  64.  
  65. h3 
  66. {
  67.     font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  68.     font-size: 12pt;
  69.     font-weight: bold;
  70.     margin-top: 0.75em;
  71.  
  72. }
  73.  
  74. h4 
  75. {
  76.     font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  77.     font-size: 10pt;
  78.     font-weight: bold;
  79.     margin-top: 0.75em;
  80.  
  81. }
  82.  
  83. .foot 
  84. {
  85.     font-size: 7.5pt;
  86. }
  87.